.m_menuslide .m_logo{height:auto;} /*와라쿠엔로고떄문에 변경*/
.top_line {
	background: #E7E7DD;
	padding: 15px;
	box-sizing: border-box;
	font-size: 0;
}
.top_line h1 {
	display: inline-block;
	vertical-align: middle;
}
.top_line div {
	width: calc(100% - 82px);
	display: inline-block;
    vertical-align: middle;
	margin-left: 15px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}

.top_bg{
	width:100%;
	max-width:768px;
	height:70px;
	background:linear-gradient(180deg, #333, transparent);
	position:fixed;
	top:0;
	left:50%;
	transform: translateX(-50%);
	z-index:2;
}

#qr_container .nav li a{
	font-weight: 500;
}

.posi_lang{
	position:absolute;
	top:0;
	right:155px;
}

.lang_select{
	position:relative;
	text-align: left;
	margin-bottom:20px;;
}
.lang_select .lang_five{
	position:fixed;
	top:50%;
	left:50%;
	width:250px;
	background:#fff;
	z-index: 11;
	border-radius: 20px;
	padding:0;
	transform: translate(-50%, -50%);
}
.lang_select .lang_five span.close{
	width:30px;
	height:30px;
	/* background:url(../images/ico-close-white-thin.svg) center no-repeat; */
	background:none;
	background-size:80%;
	position:absolute;
	top:-40px;
	left:50%;
	transform: translateX(-50%);
}
.lang_select .lang_five span.close:before{
	content:"";
	width:100%;
	height:1px;
	background:var(--whiteff);
	transform: rotate(-45deg);
	position:absolute;
	left:0;
	bottom: 10px;
}
.lang_select .lang_five span.close:after{
	content:"";
	width:100%;
	height:1px;
	background:var(--whiteff);
	transform: rotate(45deg);
	position:absolute;
	right:0;
	bottom: 10px;
}

.lang_select .lang_five div.box{
	padding:10px 0;
}
.lang_select .lang_five button{
	font-size:17px;
	width:100%;
	display:block;
	font-weight: 400;
	margin:2px 0;;
	color: var(--gray44);
}
.lang_select .lang_five button.active{
	color:var(--redec)
}

  

.visual {
	position: relative;
	z-index:0;
	top:0;
}
.visual h1.logo{
	position:absolute;
	top:20px;
	left:20px;
	z-index: 3;
}
.visual h1.logo img{
	width:80px;
}
.visual h1.logo span{
	margin-left:5px;
	background:#222;
	font-size:12px;
	border-radius: 5px;
	padding:0 10px;
	vertical-align: 5px;
}
.visual h1.logo span a{
	color:#fff;
}

.visual h1.logo span.unvisible{
	background:#999;
	margin-left:0;
	opacity: .5;
}

.visual .swiper{
	z-index:0;
}
.visual .swiper-pagination{
	bottom:0;
}
.visual .thumb img {
	width: 100%;
	height:100%;
	object-fit: cover;
}
.visual .info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	line-height: 1.8;
	width:100%;
	padding:20px 20px 60px 20px;
	background:linear-gradient(to top, rgba(0,0,0,0.7), transparent);
	box-sizing: border-box;
	z-index: 1;
}
.visual .info .info_name_box{
	margin-bottom:25px;
}
.visual .info h2 {
	font-size: 25px;
	line-height: 1;
	margin-bottom:8px;
	font-weight: 500;
	text-shadow: 4px 4px 6px rgba(0,0,0,0.5);
}
.visual .info h2 a{
	color:#fff;
}
.visual .info p{
	font-size:18px;
	font-weight: 400;
	color:#f1f1f1;
	margin-bottom:15px;
	line-height: 1;
}
.visual .info h2 img{
	width:30px;
	margin-top:8px;
}
.visual .info strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
}
.visual .info .addr {
	background: url("../images/ico-addr.svg")no-repeat -3px 1px / 20px;
	padding-left: 20px;
	font-size:15px;
	color:#fff !important;
	width:100%;
	line-height: 1.3;;
	word-break: keep-all;
	word-wrap: break-word;
	-webkit-text-fill-color: white;
	-webkit-text-fill-color: #ffffff;
	-webkit-text-fill-color: rgb(255, 255, 255);
}
.visual .info .tel {
	background: url("../images/ico-tel.svg")no-repeat 0 50% / auto 13px;
	padding-left: 20px;
	font-size:15px;
	color:#fff !important;
	line-height: 1.3;;
}
.visual .info .tel a{
	color:#fff; 
	line-height: 1.3;
}

.visual .info .sales_time {
	background: url("../images/ic_clock.png?v=1")no-repeat 0 4px / auto 14px;
	padding-left: 20px;
	font-size:15px;
	color:#fff !important;
	line-height: 1.3;;
}


.benefitsRest{
	width:100%;
	margin:10px 0 20px;
	text-align: center;
}
.benefitsRest button.benefits_btn{
	width:100%;
	height:auto;
	display:flex;
	padding:0;
}
.benefitsRest button.benefits_btn p{
	background:#ebf3ff;
	color:#00408a;
	text-align: left;
	position:relative;
	padding:15px 15px 15px 35px;
	height: 70px;
	width: calc(100% - 40px);
	border-radius: 5px 0 0 5px;;
	letter-spacing: -1px;
	line-height: 1.3;
	display: flex;
	align-items: center;
}
.benefitsRest button.benefits_btn p:before{
	content:"";
	width:30px;
	height:30px;
	background:var(--whiteff);
	border-radius: 50%;
	position:absolute;
	left:0;
	top:50%;
	transform: translate(-50%, -50%);
}
.benefitsRest button.benefits_btn span{
	width:40px;
	height:70px;
	background:#8cbaff;
	position:relative;
	border-left:2px dashed var(--whiteff);
	border-radius: 0 5px 5px 0;;
}
.benefitsRest button.benefits_btn span:after{
	content:"";
	width:30px;
	height:30px;
	background:var(--whiteff);
	border-radius: 50%;
	position:absolute;
	right:-15px;
	top:50%;
	transform: translateY(-50%);
}



  /* 온라인예약 팝업 */
  .onlineBook h3{
	font-weight: 500;
	text-align: center;
  }
  .onlineBook .bookSite li{
	margin-bottom:20px;
	text-align: left;
  }
  .onlineBook .bookSite li a {
	font-size:15px;
	color:var(--gray44);
	line-height: 30px;;
  }
  .onlineBook .bookSite li a img{
	width:30px;
	height:30px;
	margin-right:10px;
  }
  .onlineBook p{
	text-align: left;
	color:var(--blue00);
	border-top:var(--border-style);
  }
	
	/* 모츠나베유튜브연결팝업 */
.intro_pop{
  width:100%;
  max-width:400px;
  .img{
    width:100%;
    /* aspect-ratio: 16/9; */
    img{
      width:100%;
      height:100%;
      object-fit: cover;
    }
  } 

  .go_youtube{
    padding:10px;
    display:flex;
    gap:10px;
    align-items: center;
    justify-content: center;
    background:var(--whitef1);
    border:1px solid var(--graydd);
    border-top:0;
    border-radius: 5px;
    img{
      width:30px;
    }
    p{
      font-size:15px;
      color:var(--gray44);
    }
  }

   .chk_btn_wrap{
    display: flex;
    li{
      flex:1;
      text-align: center;
      height:40px;
      line-height:40px;
      background:#f7f5f4;
      &:first-child{
        border-right:1px solid var(--graydd);
      }
    }

   }
	 @media(max-width:480px){
      width:94%;
        .go_youtube{
          p{
            font-size:13px;
          }
        }
        .chk_btn_wrap{
          li{
            font-size:13px;
          }
        }
   }
}

.allShop_list a{ 
	display:block;
	padding:10px 20px;
	text-align: center;
	border:1px solid #000;
	font-size:14px;
	width:86%;
	margin:10px auto 0;
}
.time_list{
	width: 80%;
	max-width:700px;
	height:auto;
	background:#fff;
	padding:20px;
	border-radius: 5px;
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index:3;
	display:none;
}
.time_list span{
	width:30px;
	height:30px;
	background:url(../images/ico-close-white.svg) center no-repeat;
	background-size:25px;
	position:absolute;
	top:-40px;
	left:50%;
	transform: translateX(-50%);
}

.time_list h3{
	font-size:17px;
	color:#222;
	font-weight: 500;
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;;
  }
.time_list dl{
	margin-bottom:20px;
	display: flex;
	gap:10px;
	align-items: flex-start;
}
.time_list dl dt{
	font-size:14px;
	font-weight: 500;
}
.time_list dl dd p{
	color:var(--gray8e);
	font-size:13px;
	font-weight: 500;
	margin-bottom:5px;
}


.menu_txt_consi,
.menu_txt {
	padding: 20px 10px;
	background:#fff;
	width:100%;
	max-width:768px;
	position:fixed;
	left:50%;
	transform: translateX(-50%);
	bottom:0;
	box-sizing: border-box;
	z-index:1;
}


/* 주류샵 이마데야긴자 */
.LiqueurSeller{
	padding:0;
}
.menu_txt_consi .menu{
	background:var(--whitef1);;
}
.menu_txt_consi .menu:first-of-type{
	border-right:1px solid var(--gray8e);
}
.menu_txt_consi .menu a{
	display:flex;
	align-items: center;
	justify-content: center;
	gap:5px;
	color: var(--gray44);
	padding:20px 0;
}




.menu_txt .radius {
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 100px;
}
.menu_txt_consi .icon_menu,
.menu_txt .icon_menu{
	text-align: center;
}
.menu_txt_consi .icon_menu img,
.menu_txt .icon_menu img{
	width:30px;
	height:30px;
	display:block;
	margin:0 auto 10px;
}
.menu_txt_consi .icon_menu img{
	width:26px;
	height:26px;
}
.menu_txt_consi .flex > div,
.menu_txt .flex > div {
	flex: 1;
	margin-right: 0px;
}
.menu_txt_consi .flex > div a{
	letter-spacing: -1px;
	word-break: keep-all;
}
.menu_txt_consi .flex > div a.ft12{
	font-size:12px;
}
.menu_txt_consi .flex > div a i{
	display:block;
	font-size:30px;
	margin-bottom:10px;
}
.menu_txt_consi .flex > div:last-child,
.menu_txt .flex > div:last-child {
	margin-right: 0;
}
.menu_txt_consi .flex > div,
.menu_txt .flex > div a {
	display: block;
	color: #363636;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding: 5px 0;
}
.menu_txt .flex > div.radius:hover {
	background: #E7E7DD;
}
.menu_txt .chef {
	margin-top: 15px;
	padding: 10px 20px 10px 15px;
	align-items: center;
}
.menu_txt .chef:hover {
	background: #E7E7DD;
}
.menu_txt .chef .thumb {
	width: 40px;
	height: 40px;
	flex: none;
	margin-right: 10px;
	background: #FAFAFA url("../images/ic_user.svg")no-repeat 50% 50% / 24px;
	border: 1px solid #E6E6E6;
	border-radius: 50%;
	overflow: hidden;
}
.menu_txt .chef .thumb img {
	width: 100%;
}
.menu_txt .chef .info {
	flex: 2;
}
.menu_txt .chef .info strong {
	display: block;
	color: #222;
	font-size: 13px;
	font-weight: 700;
}
.menu_txt .chef .info p {
	margin-top: 5px;
	font-size: 11px;
	color: #494949;
}
.menu_txt .chef a {
	background: url("../images/arrow-right.svg")no-repeat 100% 50%;
	color: #494949;
	font-size: 13px;
	padding-right: 15px;
}

/* 추천매거진 스타일 */
.concept01 .magazine {
	display:flex;
  }
.concept01 .magazine li {
	width:250px;
	position:relative;
	margin:0 20px 20px 0;
}
.concept01 .magazine li .imgbox{
	width:100%;
	height:0;
	padding-bottom:100%;
	position:relative;
}
.concept01 .magazine li img{
	width:100%;
	height:100%;
	object-fit: cover;
	border-radius: 8px;;
	position:absolute;
}
.concept01 .magazine li h4{
	font-size:16px;
	width:100%;
	color:#222;
	z-index: 1;
	font-weight: 700;
	margin-top:10px;
	line-height: 1.3;
	border-radius: 0 0 5px 5px;
	letter-spacing: -1px;;
} 
.concept01 .magazine li p{
	font-size:13px;
	color:var(--gray44);
	line-height: 1.3;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100%;
	margin-top:5px;
}






.app__down{
	width:100%;
	margin:50px 0 0;
	text-align: center;
}
.app__down h4{
	font-size:15px;
	color:#222;
	margin-bottom:20px;
}
.app__down ul{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content: center;
	align-items: center;
}
.app__down ul li{
	flex:1;
	gap:10px;
	text-align: center;;
}
.app__down ul li:nth-of-type(1){
	margin-right:10px;
}
.app__down ul li img{
	width:100%;
	max-width:150px;
}


.copy {
	font-size: 12px;
	color: #ABABAB;
	padding: 10px 0 0;
	text-align: center;
}

@media all and (max-width:768px) {
	
}

@media all and (max-width:345px){
	.benefitsRest button.benefits_btn p{
		padding:10px 15px 10px 35px;
		font-size:13px;
	}
}

@media all and (max-width:280px){
	.benefitsRest button.benefits_btn p{
		font-size:12px;
	}
}